home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / lbkocx11 / lgbktest.frm < prev    next >
Text File  |  1997-11-05  |  18KB  |  639 lines

  1. VERSION 4.00
  2. Begin VB.Form Form1 
  3.    Appearance      =   0  'Flat
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    Caption         =   "Logbook Control Test"
  6.    ClientHeight    =   5745
  7.    ClientLeft      =   1380
  8.    ClientTop       =   1665
  9.    ClientWidth     =   7620
  10.    ForeColor       =   &H00000000&
  11.    Height          =   6345
  12.    Left            =   1320
  13.    LinkMode        =   1  'Source
  14.    LinkTopic       =   "Logbook"
  15.    ScaleHeight     =   5745
  16.    ScaleWidth      =   7620
  17.    Top             =   1125
  18.    Width           =   7740
  19.    Begin VB.CommandButton bProps 
  20.       Caption         =   "Properties"
  21.       Height          =   495
  22.       Left            =   360
  23.       TabIndex        =   30
  24.       Top             =   2880
  25.       Width           =   1695
  26.    End
  27.    Begin VB.Frame Frame4 
  28.       Caption         =   "Log Destination"
  29.       Height          =   615
  30.       Left            =   3480
  31.       TabIndex        =   26
  32.       Top             =   2820
  33.       Width           =   3675
  34.       Begin VB.CheckBox LogToFile 
  35.          Caption         =   "To File"
  36.          Height          =   195
  37.          Left            =   1860
  38.          TabIndex        =   28
  39.          Top             =   300
  40.          Width           =   855
  41.       End
  42.       Begin VB.CheckBox LogToConsole 
  43.          Caption         =   "To Console"
  44.          Height          =   195
  45.          Left            =   180
  46.          TabIndex        =   27
  47.          Top             =   300
  48.          Width           =   1275
  49.       End
  50.    End
  51.    Begin VB.TextBox ClientID 
  52.       Height          =   285
  53.       Left            =   1320
  54.       TabIndex        =   24
  55.       Top             =   540
  56.       Width           =   1695
  57.    End
  58.    Begin VB.Frame Frame3 
  59.       Caption         =   "Message Components"
  60.       Height          =   615
  61.       Left            =   3480
  62.       TabIndex        =   19
  63.       Top             =   2100
  64.       Width           =   3615
  65.       Begin VB.CheckBox ShowMessage 
  66.          Caption         =   "Text"
  67.          Height          =   315
  68.          Left            =   2700
  69.          TabIndex        =   23
  70.          Top             =   240
  71.          Width           =   735
  72.       End
  73.       Begin VB.CheckBox ShowTime 
  74.          Caption         =   "Time"
  75.          Height          =   315
  76.          Left            =   960
  77.          TabIndex        =   22
  78.          Top             =   240
  79.          Width           =   735
  80.       End
  81.       Begin VB.CheckBox ShowID 
  82.          Caption         =   "ID"
  83.          Height          =   315
  84.          Left            =   1860
  85.          TabIndex        =   21
  86.          Top             =   240
  87.          Width           =   615
  88.       End
  89.       Begin VB.CheckBox ShowLevel 
  90.          Caption         =   "Level"
  91.          Height          =   315
  92.          Left            =   120
  93.          TabIndex        =   20
  94.          Top             =   240
  95.          Width           =   735
  96.       End
  97.    End
  98.    Begin VB.ComboBox FilterLevel 
  99.       Height          =   315
  100.       Left            =   4860
  101.       Style           =   2  'Dropdown List
  102.       TabIndex        =   16
  103.       Top             =   180
  104.       Width           =   2250
  105.    End
  106.    Begin VB.ComboBox SourceLevel 
  107.       Height          =   315
  108.       Left            =   1320
  109.       Style           =   2  'Dropdown List
  110.       TabIndex        =   15
  111.       Top             =   885
  112.       Width           =   1695
  113.    End
  114.    Begin VB.Frame Frame2 
  115.       Caption         =   "Test Log Auto-Closure"
  116.       Height          =   990
  117.       Left            =   240
  118.       TabIndex        =   12
  119.       Top             =   1440
  120.       Width           =   2730
  121.       Begin VB.TextBox MaxMessages 
  122.          Height          =   315
  123.          Left            =   1785
  124.          TabIndex        =   14
  125.          Text            =   "0"
  126.          Top             =   225
  127.          Width           =   810
  128.       End
  129.       Begin VB.TextBox TimeOut 
  130.          Height          =   315
  131.          Left            =   1785
  132.          TabIndex        =   13
  133.          Text            =   "0"
  134.          Top             =   555
  135.          Width           =   825
  136.       End
  137.       Begin VB.Label Label5 
  138.          Caption         =   "Message Limit"
  139.          Height          =   240
  140.          Left            =   120
  141.          TabIndex        =   10
  142.          Top             =   300
  143.          Width           =   1095
  144.       End
  145.       Begin VB.Label Label6 
  146.          Caption         =   "Time-Out"
  147.          Height          =   240
  148.          Left            =   120
  149.          TabIndex        =   11
  150.          Top             =   600
  151.          Width           =   930
  152.       End
  153.    End
  154.    Begin VB.Frame Frame1 
  155.       Caption         =   "Time "
  156.       Height          =   1395
  157.       Left            =   3480
  158.       TabIndex        =   5
  159.       Top             =   600
  160.       Width           =   3615
  161.       Begin VB.TextBox TimeFormat 
  162.          Height          =   285
  163.          Left            =   1500
  164.          TabIndex        =   31
  165.          Top             =   960
  166.          Width           =   1875
  167.       End
  168.       Begin VB.OptionButton Option1 
  169.          Caption         =   "Since Last Msg"
  170.          Height          =   360
  171.          Index           =   3
  172.          Left            =   1680
  173.          TabIndex        =   4
  174.          Top             =   240
  175.          Width           =   1755
  176.       End
  177.       Begin VB.OptionButton Option1 
  178.          Caption         =   "Since Start"
  179.          Height          =   315
  180.          Index           =   2
  181.          Left            =   1680
  182.          TabIndex        =   8
  183.          Top             =   600
  184.          Width           =   1350
  185.       End
  186.       Begin VB.OptionButton Option1 
  187.          Caption         =   "Time Of Day"
  188.          Height          =   360
  189.          Index           =   1
  190.          Left            =   135
  191.          TabIndex        =   7
  192.          Top             =   570
  193.          Width           =   1455
  194.       End
  195.       Begin VB.OptionButton Option1 
  196.          Caption         =   "None"
  197.          Height          =   360
  198.          Index           =   0
  199.          Left            =   135
  200.          TabIndex        =   6
  201.          Top             =   240
  202.          Width           =   1110
  203.       End
  204.       Begin VB.Label Label1 
  205.          Caption         =   "Time Format"
  206.          Height          =   240
  207.          Index           =   1
  208.          Left            =   120
  209.          TabIndex        =   32
  210.          Top             =   960
  211.          Width           =   1095
  212.       End
  213.    End
  214.    Begin VB.HScrollBar HScroll2 
  215.       Height          =   210
  216.       LargeChange     =   100
  217.       Left            =   1320
  218.       Max             =   5000
  219.       Min             =   100
  220.       TabIndex        =   1
  221.       Top             =   225
  222.       Value           =   100
  223.       Width           =   1335
  224.    End
  225.    Begin VB.Timer Timer1 
  226.       Interval        =   2000
  227.       Left            =   2640
  228.       Top             =   3000
  229.    End
  230.    Begin VB.Label LogPath 
  231.       BorderStyle     =   1  'Fixed Single
  232.       Caption         =   "Log Path:"
  233.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  234.          Name            =   "MS Sans Serif"
  235.          Size            =   8.25
  236.          Charset         =   0
  237.          Weight          =   700
  238.          Underline       =   0   'False
  239.          Italic          =   0   'False
  240.          Strikethrough   =   0   'False
  241.       EndProperty
  242.       Height          =   315
  243.       Left            =   3420
  244.       TabIndex        =   29
  245.       Top             =   5400
  246.       Width           =   4155
  247.    End
  248.    Begin VB.Label Label1 
  249.       Caption         =   "Client ID"
  250.       Height          =   240
  251.       Index           =   2
  252.       Left            =   180
  253.       TabIndex        =   25
  254.       Top             =   600
  255.       Width           =   735
  256.    End
  257.    Begin Logbk.Logbook Logbook1 
  258.       Height          =   1725
  259.       Left            =   0
  260.       TabIndex        =   18
  261.       Top             =   3600
  262.       Width           =   7545
  263.       _Version        =